home *** CD-ROM | disk | FTP | other *** search
/ AppleScript - The Beta Release / AppleScript - The Beta Release.iso / Goodies / AutoGuest / AutoGuest Documentation next >
Text File  |  1992-11-25  |  2KB  |  30 lines

  1. AutoGuest INIT                                 
  2. version 2.0a1
  3.  
  4. Greg Anderson
  5. Apple Computer, Inc.
  6. Developer Tools Engineering
  7. greggor@apple.com
  8.  
  9.  
  10. Problem:    It is not possible to send remote AppleEvents from a background-only application, because the EPPC toolbox requires that the user interact with the standard user authentication dialog box at the start of every session.
  11.  
  12. Solution:    If guest access is available on the target machine, always log on as a guest without bringing up the authentication dialog box.
  13.  
  14. The AutoGuest INIT installs two head patches into the system that work together to allow background-only applications to send AppleEvents to remote machines.  The first patch allows automatic connection to machines that provide guest access; the second patch eliminates the "no user interaction allowed" error that the EPPC toolbox will normally return whenever an application in the background attempts to start a session with a remote machine.
  15.  
  16. These patches are also included in MPW ".o" format, so they may be linked with background-only applications that need to send AppleEvents.  See the file "SampleUse.c" for a discussion on how these patches should be used from within your programs.
  17.  
  18. This code is unsupported, and Apple Computer, Inc. makes no claims about its suitability for use in any application.  Direct problems and comments to Greg Anderson (greggor@apple.com).
  19.  
  20. Acknowldgements:
  21.  
  22. Many thanks to:
  23.  
  24. • Scott Boyd    for implementing the first version of the AutoGuest INIT
  25.  
  26. • Paul Young    for providing the StartSecureSession patch used in the current version of the INIT
  27.  
  28. • Michael Gough    for finding the source of the "no user interaction allowed" bug in EPPC
  29.  
  30.